home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- global warmhillsr, warmhillsg, warmhillsb, iconfade
- showit(36, 38)
- set the blend of sprite 49 to 100
- repeat with iconfade = 47 to 48
- set the blend of sprite iconfade to 50
- end repeat
- repeat with iconfade = 50 to 54
- set the blend of sprite iconfade to 50
- end repeat
- set the memberNum of sprite 36 to 23
- sprite(41).color = rgb(warmhillsr - 80, warmhillsg - 80, warmhillsb - 80)
- sprite(42).color = rgb(warmhillsr - 40, warmhillsg - 40, warmhillsb - 40)
- sprite(43).color = rgb(warmhillsr, warmhillsg, warmhillsb)
- sprite(44).color = rgb(warmhillsr, warmhillsg, warmhillsb)
- sprite(49).color = rgb(warmhillsr, warmhillsg, warmhillsb)
- set the locH of sprite 38 to 439 + (warmhillsg * 0.78400000000000003)
- end
-